//***********************************************************************//
//										
//		- "Talk to me like I'm a 3 year old!" Programming Lessons -
//                                                                      
//		$Author:	Ben Humphrey	digiben@gametutorials.com
//									
//		$Program:	ConsoleIntro			
//									
//		$Description:	Navigate the cursor by the arrow keys
//									
//		$Date:		6/19/00				
//									
//***********************************************************************//

Files:  	ConsoleIntro.cpp  (The Source File containing the actual code)
		Console_Intro.dev (The Project File holding the project info)

Instructions:	For Dev-C++ (tested on Version 4), click on the <Program Name>.dev
		file.  This will open Dev-C++.  Dev-C++ should open the source file
		in the workspace.  If not, click on VIEW -> PROJECT MANAGER and 
		the Project Manager window should open on the left side of the screen.

		Click on the .c file and it should open in your workspace.

		To compile and execute the program, press CTRL-F10, or select the option
		under the EXECUTE menu. 

Project converted to Dev-C++ by Mike McCue (mike@gametutorials.com)
for GameTutorials.com